func crypto/tls.noExportedKeyingMaterial

2 uses

	crypto/tls (current package)
		conn.go#L1623: 		state.ekm = noExportedKeyingMaterial
		prf.go#L258: func noExportedKeyingMaterial(label string, context []byte, length int) ([]byte, error) {